Register<I>(Type) Method

Summary
Registers a type mapping with the container.
Syntax
C#
VB
C++
public static void Register<I>( 
   Type to 
) 
  
Public Overloads Shared Sub Register(Of I)( _ 
   ByVal to As Type _ 
)  
public: 
static void Registergeneric<typename I> 
(  
   Type^ to 
)  

Parameters

to
Type that will actually be returned.

Type Parameters

I
Type that will be requested.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.